06. Exercise: Discretization
Clone: github.com/udacity/reinforcement-learning/
Navigate to the repository root reinforcement-learning/
and run:
jupyter notebook notebooks
Next, open Discretization.ipynb
, and follow the instructions in the notebook. Implement code sections marked with a TODO
comment. You can find the corresponding solution notebook (Discretization_Solution.ipynb
) in the repository.
Note: This is not a graded exercise, but completing it will help you better understand the concepts taught in this lesson.